18. Conclusion
Conclusion
Additional Resources
If you want to learn more about writing functions, check out this talk from PyCon by Jack Diederich. Diederich covers best practices for writing functions in Python that also apply to all code in Python.
Here's a great blog post about
yield
and generators from Jeff Knupp.